home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / dszhowto.zip / ZHOWTO < prev   
Text File  |  1987-08-21  |  7KB  |  151 lines

  1. Following are the instructions that I used for setting up Zmodem.  Everything
  2. is correct except that the latest version is now DSZ0811.
  3.                                                            Juan Fong
  4.  
  5.  
  6.  
  7.  
  8.                                S P A C E
  9.                 The Stanford Palo Alto Computer Exchange
  10.                               415-964-9039
  11.                              Jay Fox, Sysop
  12.  
  13.            INSTALLING AND USING ZMODEM FILE TRANSFER PROTOCOL
  14.                               May 24, 1987
  15.  
  16.  
  17. This file contains complete step-by-step instructions for setting your
  18. system up for Zmodem, and for using Zmodem to upload or download files.
  19. The instructions assume you are using Procomm as your terminal communi-
  20. cations program; if you are using another terminal package, substitute
  21. for the Procomm commands the appropriate commands for your particular
  22. package.
  23.  
  24. If you set your system up per these instructions, you will need to enter
  25. only "RZ" to download Zmodem or "SZ filespec" to upload Zmodem.
  26.  
  27.  
  28. FILES NEEDED
  29. ============
  30. DSZ.EXE      The Zmodem driver.  Check Dir1 for latest version.  Version
  31.              currently posted on SPACE contained in DSZ0512.ARC.
  32.  
  33. CED.COM      The CED program.  Shareware version is posted on SPACE in
  34.              Dir10 as CED10D.ARC.  (Note: You may also use the commercial
  35.              version of CED which is known as PCED.)
  36.  
  37. CED.CFG      Text file created by you (see below) with CED synonymns.
  38.  
  39. PROCOMM.EXE  The main communications program you are using.  Substitute
  40.              your's if it is not Procomm.
  41.  
  42.  
  43. SETTING UP YOUR SYSTEM FOR ZMODEM
  44. =================================
  45. The setup described here assumes that you locate the above files in the
  46. the following directories; if you use different directories, change the
  47. path specs accordingly:
  48.  
  49.        PROCOMM.EXE  is in directory C:\COMM
  50.        DSZ.EXE      is in directory C:\COMM
  51.        CED.COM      is in directory C:\DOS
  52.        CED.CFG      is in directory C:\
  53.  
  54. 1.  Create a CED.CFG file, or add the following statements to your
  55.     existing file, to define CED synonymns for RZ and SZ:
  56.  
  57.       syn RZ  c:\comm\dsz pa5000 rz -y^EXIT
  58.       syn SZ  c:\comm\dsz z pL1024 sz %1 %2^EXIT
  59.  
  60. 2.  Add the following statements to your AUTOEXEC.BAT file:
  61.  
  62.       PATH c:\dos;c:\comm
  63.       CED -B128,128,128,128,128,128 -Fc:\ced.cfg
  64.       SET DSZPORT=2              (ONLY if your modem is on COM2)
  65.       SET PROCOMM=c:\comm\       (ONLY if you are using Procomm)
  66.  
  67.     The PATH statement puts DSZ.EXE and CED.COM on your DOS path.  If
  68.     you already have a PATH statement, add the directories containing the
  69.     two needed files to your PATH.
  70.  
  71.     The CED statement sets up the necessary CED buffers and tells CED
  72.     where the CED.CFG file is located and to load it.  If you already
  73.     have a CED.CFG file, you may need to increase the buffer size to
  74.     provide enough space for the new RZ and SZ synonymns.
  75.  
  76.     The SET DSZPORT statement tells DSZ to use COM2.  Include this
  77.     statement ONLY if your modem is connected to COM2.  If your modem
  78.     is on COM1, a SET DSZPORT statement is not required (or you may
  79.     optionally set it to "1").
  80.  
  81.     If you are using Procomm, the SET PROCOMM statement enables Procomm
  82.     to find its .PRM, .DIR, .XLT and .KEY files.  The statement assumes
  83.     they are on C:\COMM.  If they are in some other directory, change
  84.     the statement accordingly.  Note: The final backslash ("\") in the
  85.     SET statement is mandatory for Procomm.  If you are using a program
  86.     other than Procomm, consult your manual for environment variables
  87.     and proper syntax.
  88.  
  89.  
  90. UPLOADING FILES WITH ZMODEM
  91. ============================
  92. To upload (send) files to the host (BBS) system using Zmodem:
  93.  
  94.    1.  Select Zmodem protocol on the host system
  95.  
  96.    2.  If prompted by the host system, enter the name of the file
  97.        to be uploaded.  Depending on how it is set up, the host system
  98.        may use the same filename that you enter in Step 4 below for
  99.        your system and not require that you enter the filename twice.
  100.        (On SPACE, the upload filename is required if you use ZDOOR-A,
  101.        but is not required when you use ZDOOR-B.)
  102.  
  103.    3.  When the host sytem tells you that it is ready to receive ZMODEM,
  104.        press ALT-F4 to shell to DOS (using Procomm).  If you are using
  105.        a different communications program, consult your manual for the
  106.        command that will allow you to shell to DOS.
  107.  
  108.    4.  You will get a DOS prompt when invoke the shell.  At the DOS
  109.        prompt, enter:
  110.           > SZ filespec(s)
  111.        where 'filespec(s)' is the file(s) you want to upload.  (If the
  112.        host supports batch mode transfers, you will be prompted accord-
  113.        ingly and can use wildcards (* and ?) in your filespec.)  If the
  114.        file(s) is not in the current DOS directory, you will need to
  115.        specify the path(s) as well as the filename(s).
  116.  
  117.    5.  When the upload is complete, you will be returned automatically
  118.        to Procomm (or the communications program you are using) ready
  119.        to respond to the next prompt of the host system.
  120.  
  121.  
  122. DOWNLOADING FILES WITH ZMODEM
  123. ==============================
  124. To download (receive) files from the host (BBS) system using Zmodem:
  125.  
  126.    1.  Select Zmodem protocol on the host system
  127.  
  128.    2.  When prompted by the host system, enter the name of the file(s)
  129.        to be downloaded.  (If the host supports batch mode transfers or
  130.        wildcard filespecs, you will be prompted accordingly.)
  131.  
  132.    3.  When the host sytem tells you that it is ready to send ZMODEM,
  133.        press ALT-F4 to shell to DOS (using Procomm).  If you are using
  134.        a different communications program, consult your manual for the
  135.        command that will allow you to shell to DOS.
  136.  
  137.    4.  You will get a DOS prompt when invoke the shell.  At the DOS
  138.        prompt, first (if necessary) change directory to the directory
  139.        where you want the downloaded file(s) to be written when it is
  140.        received, and then enter:
  141.           > RZ
  142.        The filename(s) will be sent by the host system; you do NOT enter
  143.        them in your system.  The file(s) will be written in your current
  144.        DOS directory as received.
  145.  
  146.    5.  When the download is complete, you will be returned automatically
  147.        to Procomm (or the communications program you are using) ready
  148.        to respond to the next prompt of the host system.
  149.  
  150.  
  151.